Type Safe Monitors

  • Class for monitoring changes within a given NSManagedObjectContext to a specific Core Data Entity with optional filtering via an NSPredicate.

    See more

    Declaration

    Swift

    public class EntityMonitor<T: NSManagedObject>
  • Protocol for delegate callbacks of NSManagedObject entity change events.

    See more

    Declaration

    Swift

    public protocol EntityMonitorDelegate: class
  • A type safe wrapper around an NSFetchedResultsController

    See more

    Declaration

    Swift

    public class FetchedResultsController<T: NSManagedObject>
  • Protocol for delegate callbacks of Inserts, Deletes, Updates and Moves of NSManagedObjects as well as Inserts and Deletes of Sections.

    See more

    Declaration

    Swift

    public protocol FetchedResultsControllerDelegate: class